Docker Repository
Docker Imageの集合体みたいなイメージ
hello-worldという名前のimageを
異なるtagを付けたものの集合
hello-world repository
hello-world:latest
hello-world:2021/5/27
hello-world:2021/4/27
みたいな
とはいえ、1つのDocker Imageは、複数の任意のRepositoryに属することができる
Docker Imageを管理している倉庫がRepositoryで、
tagを付けて出荷する感じ
gitのrepositoryとノリは同じ